Autogenerated HTML docs for v1.5.5.1-315-g6d2c1c 
diff --git a/git-submodule.html b/git-submodule.html index 3eb9167..7cb2e3d 100644 --- a/git-submodule.html +++ b/git-submodule.html 
@@ -275,7 +275,8 @@  <div class="verseblock">   <div class="content"><em>git-submodule</em> [--quiet] add [-b branch] [--] &lt;repository&gt; [&lt;path&gt;]   <em>git-submodule</em> [--quiet] status [--cached] [--] [&lt;path&gt;&#8230;]  -<em>git-submodule</em> [--quiet] [init|update] [--] [&lt;path&gt;&#8230;]  +<em>git-submodule</em> [--quiet] init [--] [&lt;path&gt;&#8230;]  +<em>git-submodule</em> [--quiet] update [--init] [--] [&lt;path&gt;&#8230;]   <em>git-submodule</em> [--quiet] summary [--summary-limit &lt;n&gt;] [commit] [--] [&lt;path&gt;&#8230;]</div></div>   </div>   <h2>COMMANDS</h2>  @@ -331,6 +332,9 @@  checkout the commit specified in the index of the containing repository.   This will make the submodules HEAD be detached.   </p>  +<p>If the submodule is not yet initialized, and you just want to use the  +setting as stored in .gitmodules, you can automatically initialize the  +submodule with the --init option.</p>   </dd>   <dt>   summary  @@ -415,7 +419,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 13-Apr-2008 05:32:58 UTC  +Last updated 17-May-2008 06:12:01 UTC   </div>   </div>   </body>